Welcome![Sign In][Sign Up]
Location:
Search - a-star source code

Search list

[Graph RecognizeA Star算法源代码

Description: A * 算法的源程序,给定地图,可以从开始地点寻找路径到目的地。-This is a * arithmetic source code, appointed a map, it can search route from start spot to destination.
Platform: | Size: 13535 | Author: 许冲 | Hits:

[Graph RecognizeA Star算法源代码

Description: A * 算法的源程序,给定地图,可以从开始地点寻找路径到目的地。-This is a* arithmetic source code, appointed a map, it can search route from start spot to destination.
Platform: | Size: 13312 | Author: | Hits:

[Other Embeded programZigbee_Star_Source

Description: 该代码为Jennic的基于IEEE802.15.4协议的Zigbee协议栈星型网源代码,内有coordinator和endpoint代码,一个网络可以有多个endpoint但是只有一个coordinator!-the code based on the IEEE802.15.4 Jennic agreement Zigbee agreement Stack Star network source code, within a coordinator and endpoint code a network can have multiple endpoint but only a coordinator!
Platform: | Size: 22528 | Author: 陈强 | Hits:

[Internet-Network802.15.4_sart_portocol_sources

Description: 代码为Jennic的基于IEEE802.15.4协议栈星型网源代码,内有coordinator和endpoint代码,只有MAC层,网络层用户可以自行编写!-code for the protocol stack based on the IEEE802.15.4 Star network source code, within a coordinator and endpoint code, only MAC layer, Network users can prepare themselves!
Platform: | Size: 159744 | Author: | Hits:

[source in ebookAStar

Description: A STAR 算法源码, 比较初级的算法, 适合初学的朋友研究-A STAR algorithm source code, compare the initial algorithm, suitable for beginner
Platform: | Size: 186368 | Author: wzh | Hits:

[AI-NN-PRAstarsuanfaVCshixian

Description: 一种常用的搜索算法。A STAR 算法。VC++源代码实现。-A commonly used search algorithm. A STAR algorithm. VC++ Source code to achieve.
Platform: | Size: 3072 | Author: 刘一 | Hits:

[AI-NN-PRA-star(vb)

Description: 初学A*算法的很好源码,基于最短路径规则-Novice A* algorithm is a good source, based on the shortest path rules
Platform: | Size: 5120 | Author: 杨羽 | Hits:

[Button controlAStar

Description: 以A-star算法为基础的通过改良的最短路径探索的源代码-To A-star algorithm based on the shortest path through the modified source code to explore
Platform: | Size: 3096576 | Author: 刘叶 | Hits:

[OtherSLG_Game

Description: 一款用C++编的2D小游戏源码,应用了A STAR算法-A C++ for use of the 2D game source code, application of the algorithm A STAR
Platform: | Size: 6595584 | Author: 于丰 | Hits:

[Other Riddle gamesYYGames

Description: 六款游戏源码,游戏名称如下 YYTetris - 七彩俄罗斯方块 ( a Tetris game ) YYPiano - 趣味钢琴 ( a music game ) YYFly - 打苍蝇 ( kill flies ) YYMatch - 连连看 ( a Match It game ) YYArena - 星际竞技场 ( Star Arena: a STG game ) YYSnake - 贪吃蛇 ( a Snake game )-Six games source code, the name of the game are as follows YYTetris- Colorful Tetris (a Tetris game) YYPiano- Fun Piano (a music game) YYFly- Da Cangying (kill flies) YYMatch- Lianliankan (a Match It game) YYArena- Star Arena (Star Arena: a STG game) YYSnake- Snake (a Snake game)
Platform: | Size: 2438144 | Author: 肖亚微 | Hits:

[JSP/Java8_puzzle

Description: 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用方法:建立Java Project后,分别建立三个同名的.java文件,将源码分别复制过去然后编译运行即可。-a source code that solves the 8 puzzle problem. it uses A-star algorithm, and a major data structure of Vector<int[]>. The output of the program would be "no solution" or a series of strings representing the moves during the solution. Well, some samples need to be proceeded for around 30 seconds, but the program per se is indeed correct and will ultimately generate the shortest solution. so if u encounter such occasion plz jst wait for a while tho~~~ thnx~!! the heuristic function, say h(x), in this source code is the sum of the Mahattan Distance of each block from its destination block. How to use: build a Java Project, and create three .java files with the same names in the .zip file accordingly, and copy the source from the .zip file and just compile and run~~! have fun thnx~!
Platform: | Size: 669696 | Author: Siegfried | Hits:

[Otherdstar

Description: "D" - star source code
Platform: | Size: 174080 | Author: AYA | Hits:

[Graph RecognizeA-star

Description: A star算法类的实现,VisualC++数字图像模式识别技术及工程实践-源代码-A star algorithm class implementation, VisualC++ Digital Image Pattern Recognition Technology and Engineering Practice- source code
Platform: | Size: 3072 | Author: 刘玲 | Hits:

[AI-NN-PRA-star-eight-the-number-of-problems

Description: 用A星算法实现--八数码问题 C++源代码 使用错误位置法-A star algorithm Law- eight digital C++ source code using the wrong position
Platform: | Size: 3072 | Author: 丛琳 | Hits:

[AI-NN-PRa-star-and--program

Description: 采用C语言编写,带源程序demo,本程序算法侧重使用a star实际解决在静态路网中以最快的速度,最小的代价搜寻地图或迷宫的最佳路径(可能不唯一),重点在于游戏中的NPC自动寻路-Using C language with source code demo, the program algorithm focuses a star practical solutions in the static road network to the fastest speed, minimize the cost of searching for the best map or maze path (may not be unique), with emphasis on the game automatically find its way in the NPC
Platform: | Size: 15360 | Author: 万松林 | Hits:

[AI-NN-PR8-Number-A-Star

Description: A*算法解决8数码问题,包含数据分析(C++源代码)-A* algorithm to solve eight digital issues, including data analysis (C++ source code)
Platform: | Size: 101376 | Author: Bernie | Hits:

[AI-NN-PRA-Star-solve-8NUM

Description: 人工智能-八数码问题A-STAR算法的实现及性能分析。包括C++源代码,有代码注释,理解轻松。-Artificial Intelligence- eight digital issues A-STAR algorithm and performance analysis. Including C++ source code, code notes, easy to understand.
Platform: | Size: 2433024 | Author: Bernie | Hits:

[AI-NN-PRA-star-8num

Description: 人工智能中A*算法解决八数码问题,c++源代码,vs2010编写实现,效果很好,代码有注释,方便理解-AI A* algorithm to solve eight digital problem, c++ source code, vs2010 prepared to achieve good results, code annotated, easy to understand
Platform: | Size: 3072 | Author: Bernie | Hits:

[AI-NN-PRA-star-search-for--eight-digit

Description: A*算法实现八数码问题。源码和可执行文件。 vs2012实现通过-A* algorithm eight digital problem. Source code and executable files. vs2012 achieved by
Platform: | Size: 434176 | Author: 雷建华 | Hits:

[Picture ViewerStar

Description: that is a c++ source code for print starts for any digits input and show it in consul.
Platform: | Size: 273408 | Author: nima | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net